home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 019a / usr_ed16.zip / USR-EDIT.DOC < prev    next >
Text File  |  1990-03-05  |  8KB  |  185 lines

  1.  
  2.  
  3.   U S R - E D I T  version 16 (c)1990 by Rick Lawsha Stork RBBS (309)342-0637
  4.                                       
  5.  
  6.     REGISTRATION -- USR-EDIT is a shareware program meaning it is supported
  7.     by you, the user.  To date there are only 6 registered users. If you 
  8.     find USR-EDIT of value to you then send $10 or more to the following:
  9.  
  10.                     Rick Lawsha
  11.                     623 N. Prairie St.
  12.                     Galesburg, IL.  61401
  13.  
  14.  
  15.     OVERVIEW -- USR-EDIT is a utility to edit the RBBS USERS file. Version
  16.     16 works with RBBS versions 17-1A thru 17-3A.  Do not use this utility
  17.     on versions of RBBS older than 17-1A.  Versions of RBBS older than 
  18.     17-1A have a different USERS file layout.  USR-EDIT will only work on
  19.     versions of RBBS newer than 17-3A if the USERS file format remains 
  20.     unchanged.
  21.  
  22.  
  23.     SYNTAX -- USR-EDIT [filename] [[firstname lastname [NOTE1*]]
  24.     'filename' is an RBBS USERS file name.  If no filename is given then 
  25.     USR-EDIT will look for a file called USERS in the current directory.
  26.     If a 'filename' is selected then you may optionally supply the persons
  27.     first AND last names.  USR-EDIT will then load the file and goto the 
  28.     selected user.
  29.  
  30.   
  31.     NOTE1* -- RBBS will allow a user to use a '2 part' last name as in: 
  32.     'JOHN SMITH III' if the user logs on as john;smith III;pswd or by 
  33.     entering a first name, <ENTER>, and then entering the last name of
  34.     'SMITH III'.
  35.  
  36.   
  37.     EXAMPLES -- The command line can contain upper or lower case.
  38.     usr-edit
  39.     usr-edit \rbbs\users
  40.     f:\util\usr-edit mainu.def
  41.     c:\tools\usr-edit f:\rbbs\users rick lawsha
  42.     usr-edit E:users John Smith III
  43.      
  44.  
  45.     DISTRIBUTION -- This program should be distributed as USR-ED16.ZIP
  46.     although the extension (ZIP) may vary.  The following files should
  47.     be included:
  48.  
  49.                     USR-EDIT.DOC   you are reading it
  50.                     USR-EDIT.EXE * main program
  51.                     USR-EDIT.SMP   sample users file
  52.                        SORTF.COM * util to sort users
  53.                        SORTF.DOC   docs for SORTF
  54.                        SORTF.OBJ   programmers util
  55.  
  56.                        * = required for operation
  57.  
  58.  
  59.     WARRANTY -- None expressed, implied or even hinted.
  60.  
  61.  
  62.     LICENSE -- You are free to evaluate this program for a reasonable period
  63.     of time.  If you continue to use USR-EDIT then please register. You are
  64.     free to distribute this program as long as it remains complete and 
  65.     unmodified.  No fee may be charged other than a reasonable disk handling
  66.     charge of less than $10. 
  67.  
  68.  
  69.     SORTF -- SORT235.ZIP is distributed with USR-EDIT and written permission
  70.     has been obtained from Vernon D. Buerg.  You are encouraged to register
  71.     this product with the author.  See the enclosed SORTF.DOC for details.
  72.  
  73.  
  74.     MISC. -- The fields BYTES UL/DL EVER and FILES/BYTES DL TODAY will 
  75.     only be accurate for those of you that turn on RBBS's 'UL/DL ratios'
  76.     in CONFIG.  
  77.     
  78.     
  79.     Individuation is not supported at this time.
  80.  
  81.       
  82.     THANKS -- Dan Massingill, Loren Jones, Mike Zakharoff, M.D. Wilson,
  83.     and Tim Smith for help in beta testing;  Thomas Hanlin for his 
  84.     excellent ADVBAS.LIB QB libray utils;  Microsoft for QuickBASIC 4.5's 
  85.     programming environment and Vernon D. Buerg for his excellent SORTF.
  86.     
  87.  
  88.     HISTORY -- In case you are interested...
  89.  
  90.                v16  USR-ED16.ZIP -- March 5, 1990
  91.  
  92.                     Enhanced command line checking to allow for '2-part'
  93.                     last names as in, "USR-EDIT USERS JOHN SMITH III"
  94.  
  95.                     Added [B]ulletin command to util menu that creates
  96.                     a sorted user list.  The sort routine used is SORTF
  97.                     by V. Buerg and must be in your current directory or
  98.                     available via DOS's path.
  99.  
  100.                     Added [A]ctive command to util menu
  101.                     
  102.                     [L]ist users, prints to screen or printer and also will
  103.                     print users by a range of security levels.
  104.  
  105.                     Scan user option now starts scan from current
  106.                     user number by default.
  107.                     
  108.                     Some windows explode.
  109.                     
  110.                     Now using the ADVBAS.LIB for things not easily
  111.                     done in QuickBasic.
  112.  
  113.                     Enter NEW user name now asks for first and
  114.                     last names to conform with RBBS.
  115.                
  116.                v15  USR-ED15.ZIP -- August 28, 1989
  117.                     Changed [G]oto command from user number
  118.                     to exact user name.  Very fast.
  119.                     
  120.                     Fixed modify user name command to use RBBS
  121.                     name hashing techniques.
  122.                     
  123.                     Delete a user now replaces the user name with
  124.                     chr$(0)+"deleted user" to conform with RBBS.
  125.                     
  126.                     Scan command now has protocol search option.
  127.                     
  128.                     Added Join a conference, shows sorted list of 
  129.                     up to 76 *U.DEf files.
  130.                     
  131.                     Open USERS file as shared to allow network use.
  132.  
  133.                     DOS Pathnames of up to 80 characters now displayed
  134.                     on line 25 correctly.
  135.                           
  136.                v14  USR-ED14.ZIP -- June 6, 1989
  137.                     Added Goto user number, Key click toggle,
  138.                     startup file name prompt and a few minor
  139.                     enhancements.
  140.  
  141.                v13  USR-ED13.ARC -- December 4, 1988
  142.                     Added a File command so that a new USERS file
  143.                     could be edited without exiting the program.
  144.                     
  145.                     Added current time to line 25.  
  146.                     Added the ability to dump users to the printer by 
  147.                     current user or by a specific security level.
  148.                     
  149.                     Added a help summary screen.  
  150.                     Included a sample data file called USR-EDIT.SMP 
  151.                     that is a 25 user test file.
  152.  
  153.                v17-1A.A USR-ED12.ARC -- October 11, 1988
  154.                     Added support for highlight, text color, 
  155.                     mail waiting and turbo-key.  
  156.                     
  157.                     Removed custom individualization to add support 
  158.                     for files/bytes UL/DL.  
  159.                     
  160.                     Fixed bug in page length display to allow 3 
  161.                     characters to display.  
  162.                     
  163.                     Changed the search for user name command to 
  164.                     scan for City, Level, Name or Password.  
  165.                     
  166.                     Allowed editing of conference USER files 
  167.                     like 4SALEU.DEF.  
  168.                     
  169.                     The file currently being edited is displayed on 
  170.                     line 25.
  171.                       
  172.                v16-1A.2 USR-ED11.ARC -- September 28, 1988
  173.                     Fixed a bug that would not allow the right 
  174.                     margin to be changed.  
  175.                     
  176.                     Added command line support in the form of 
  177.                     USR-EDIT [file name].  If no command line is 
  178.                     given then USR-EDIT will look for a file called 
  179.                     USERS in the current directory.
  180.  
  181.                v16-1A.1 USR-ED10.ARC -- September 5, 1988
  182.                     Initial release of USR-EDIT.
  183.  
  184.  
  185.